home *** CD-ROM | disk | FTP | other *** search
- <!-- panel for a single tie in a cup tree -->
-
- <panel>
-
- <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
-
- <widget class="scrolling_box">
-
- <!-- horizontal sizing mode should be "fit contents" -->
- <boolean id="fith" value="true"/>
- <boolean id="fitv" value="true"/>
- <boolean id="scst" value="true"/>
-
- <!-- rounds container -->
- <widget id="rnds" class="group_box">
-
- <layout class="fit_children_attachment" alignment="horizontal, fill" offset="0"/>
- <layout class="fit_children_attachment" alignment="vertical" offset="4" gap="0"/>
- <layout class="arrange_horizontal_attachment" alignment="left" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="top" offset="0" layout_children="true"/>
-
- <!-- define the appearence the panels containing the team in each round -->
- <!-- Note: The appearence of each tie within the round is defined in cup_tree_tie.xml -->
- <!-- Round Panel width -->
- <integer id="rndw" value="250"/>
- <!-- Round panel type -->
- <string id="rndt" value="tbox"/>
-
-
- </widget>
-
- </widget>
-
- </panel>